summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-202-46/+47
| * | vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2012-12-201-1/+1
| * | vfs: drop vmtruncateMarco Stornelli2012-12-201-2/+0
| * | ntfs: drop vmtruncateMarco Stornelli2012-12-203-5/+23
| * | nilfs2: drop vmtruncateMarco Stornelli2012-12-204-11/+18
| * | ncpfs: drop vmtruncateMarco Stornelli2012-12-201-3/+1
| * | minix: drop vmtruncateMarco Stornelli2012-12-202-7/+16
| * | logfs: drop vmtruncateMarco Stornelli2012-12-201-2/+8
| * | hfsplus: drop vmtruncateMarco Stornelli2012-12-201-11/+16
| * | jfs: drop vmtruncateMarco Stornelli2012-12-202-8/+18
| * | hpfs: drop vmtruncateMarco Stornelli2012-12-203-8/+18
| * | hfs: drop vmtruncateMarco Stornelli2012-12-201-8/+18
| * | bfs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
| * | affs: drop vmtruncateMarco Stornelli2012-12-202-7/+16
| * | adfs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
| * | ocfs2: drop vmtruncateMarco Stornelli2012-12-201-18/+0
| * | omfs: drop vmtruncateMarco Stornelli2012-12-201-7/+15
| * | procfs: drop vmtruncateMarco Stornelli2012-12-203-22/+1
| * | reiserfs: drop vmtruncateMarco Stornelli2012-12-203-6/+13
| * | sysv: drop vmtruncateMarco Stornelli2012-12-202-7/+15
| * | ufs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
| * | fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara2012-12-201-1/+1
| * | vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-203-57/+3
| * | path_init(): make -ENOTDIR failure exits consistentAl Viro2012-12-201-2/+2
| * | vfs: remove unneeded permission check from path_initJeff Layton2012-12-201-6/+1
| * | vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie2012-12-201-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-21/+0
|\ \
| * | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-21/+0
* | | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-2022-985/+1814
|\ \ \
| * | | nfsd4: don't leave freed stateid hashedJ. Bruce Fields2012-12-171-0/+1
| * | | nfsd4: free_stateid can use the current stateidJ. Bruce Fields2012-12-171-0/+1
| * | | nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-177-49/+47
| * | | nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields2012-12-171-0/+1
| * | | nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2012-12-171-1/+10
| * | | nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields2012-12-173-8/+19
| * | | NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker2012-12-101-1/+1
| * | | NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2012-12-102-3/+3
| * | | nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky2012-12-101-1/+3
| * | | nfsd: simplify service shutdownStanislav Kinsbursky2012-12-101-7/+2
| * | | nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-101-4/+5
| * | | nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-101-29/+15
| * | | nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
| * | | nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-105-78/+110
| * | | nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-105-16/+23
| * | | nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-102-0/+14
| * | | nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
| * | | nfsd: pass net to __write_ports() and downStanislav Kinsbursky2012-12-101-8/+8
| * | | nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-103-4/+4
| * | | nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-103-4/+5
| * | | nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-103-6/+5