summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-08cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-08Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-08[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-27/+46
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-775/+1353
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds5-15/+125
2012-10-06NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust1-11/+14
2012-10-05omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-10-05fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat1-1/+1
2012-10-05proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi1-2/+1
2012-10-05proc: use kzalloc instead of kmalloc and memsetyan1-7/+6
2012-10-05proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-10-05proc: return -ENOMEM when inode allocation failedyan1-1/+1
2012-10-05coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2-4/+107
2012-10-05coredump: add a new elf note with siginfo of the signalDenys Vlasenko2-2/+31
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko5-17/+17
2012-10-05coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2-2/+2
2012-10-05coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov1-3/+7
2012-10-05coredump: update coredump-related headersAlex Kelly3-0/+9
2012-10-05coredump: make core dump functionality optionalAlex Kelly3-26/+37
2012-10-05fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-05fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-05fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-10-05fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-05fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-05fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-05fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-05fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-05fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-05fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-05fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-05fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-10-05hpfs: convert to use leXX_add_cpu()Wei Yongjun2-17/+17
2012-10-05binfmt_elf: Uninitialized variableAlan Cox1-1/+1
2012-10-05epoll: support for disabling items, and a self-test appPaton J. Lewis1-3/+35
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov6-13/+19
2012-10-05NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust1-13/+8
2012-10-05NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust1-1/+1
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-51/+136
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba1-4/+27
2012-10-04Btrfs: fix punch hole when no extent existsJosef Bacik1-1/+3
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik1-6/+0
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik1-47/+0
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik1-4/+19
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik3-5/+20
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik1-2/+11
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo6-18/+7
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo2-2/+0
2012-10-04Btrfs: cleanup for duplicated code in find_free_extentLiu Bo1-4/+0