aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* llseek: automatically add .llseek fopArnd Bergmann2010-10-1538-4/+59
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-09-102-1/+4
|\
| * xfs: log IO completion workqueue is a high priority queueDave Chinner2010-09-101-1/+2
| * xfs: prevent reading uninitialized stack memoryDan Rosenberg2010-09-101-0/+2
* | execve: make responsive to SIGKILL with large argumentsRoland McGrath2010-09-101-0/+7
* | execve: improve interactivity with large argumentsRoland McGrath2010-09-101-0/+2
* | setup_arg_pages: diagnose excessive argument sizeRoland McGrath2010-09-101-0/+5
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-102-3/+3
|\ \
| * | writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields2010-08-281-1/+1
| * | fs/bio-integrity.c: return -ENOMEM on kmalloc failureAndrew Morton2010-08-231-1/+1
| * | bio-integrity.c: remove dependency on __GFP_NOFAILDavid Rientjes2010-08-231-1/+1
* | | minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]2010-09-091-1/+1
* | | vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley2010-09-091-3/+7
* | | binfmt_misc: fix binfmt_misc priorityJan Sembera2010-09-091-1/+1
* | | proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai2010-09-091-1/+1
* | | O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer2010-09-091-2/+2
* | | mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-1/+2
* | | Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Linus Torvalds2010-09-099-107/+475
|\ \ \ | |_|/ |/| |
| * | ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanMark Fasheh2010-09-081-20/+107
| * | ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsMark Fasheh2010-09-081-32/+88
| * | ocfs2: allow return of new inode block location before allocation of the inodeMark Fasheh2010-09-082-0/+180
| * | ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingMark Fasheh2010-09-081-13/+4
| * | ocfs2: split out inode alloc code from ocfs2_mknod_lockedMark Fasheh2010-09-081-18/+37
| * | Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Tristan Ye2010-09-081-1/+1
| * | ocfs2: Fix deadlock when allocating pageJan Kara2010-09-083-4/+5
| * | ocfs2: properly set and use inode group alloc hintMark Fasheh2010-09-081-4/+20
| * | ocfs2: Use the right group in nfs sync check.Tao Ma2010-09-081-8/+11
| * | ocfs2: Flush drive's caches on fdatasyncJan Kara2010-09-081-1/+10
| * | ocfs2: make __ocfs2_page_mkwrite handle file end properly.Tao Ma2010-09-081-3/+5
| * | ocfs2: Fix incorrect checksum validation errorSunil Mushran2010-09-081-1/+5
| * | ocfs2: Fix metaecc error messagesSunil Mushran2010-09-081-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-09-082-20/+30
|\ \ \
| * | | fuse: fix lock annotationsMiklos Szeredi2010-09-072-16/+18
| * | | fuse: flush background queue on connection closeMiklos Szeredi2010-09-071-4/+12
| |/ /
* | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-09-071-1/+1
|\ \ \
| * | | nfsd4: mask out non-access bits in nfs4_access_to_omodeJ. Bruce Fields2010-09-021-1/+1
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-09-077-14/+35
|\ \ \ \
| * \ \ \ Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Alex Elder2010-09-033-11/+11
| |\ \ \ \
| | * | | | xfs: prevent 32bit overflow in space reservationDave Chinner2010-09-031-3/+10
| | * | | | xfs: improve buffer cache hash scalabilityDave Chinner2010-09-022-8/+1
| | | |/ / | | |/| |
| * | | | xfs: Make fiemap work with sparse filesTao Ma2010-09-033-3/+17
| * | | | xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz2010-09-021-0/+7
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-09-071-1/+2
|\ \ \ \
| * | | | 9p: potential ERR_PTR() dereferenceDan Carpenter2010-08-301-1/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-09-071-1/+1
|\ \ \ \
| * | | | sysfs: checking for NULL instead of ERR_PTRDan Carpenter2010-09-031-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-09-071-0/+1
|\ \ \ \
| * | | | nilfs2: fix leak of shadow dat inode in error path of load_nilfsRyusuke Konishi2010-08-301-0/+1
| |/ / /
* | | | VFS: Sanity check mount flags passed to change_mnt_propagation()Valerie Aurora2010-09-071-1/+22
|/ / /
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-283-36/+64
|\ \ \