Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-18 | 8 | -261/+268 | |
|\ \ \ \ \ | ||||||
| * | | | | | fs: call security_d_instantiate in d_obtain_alias V2 | Josef Bacik | 2011-03-18 | 1 | -0/+3 | |
| * | | | | | lose 'mounting_here' argument in ->d_manage() | Al Viro | 2011-03-18 | 2 | -7/+6 | |
| * | | | | | don't pass 'mounting_here' flag to follow_down() | Al Viro | 2011-03-18 | 2 | -3/+3 | |
| * | | | | | change the locking order for namespace_sem | Al Viro | 2011-03-18 | 1 | -60/+73 | |
| * | | | | | fix deadlock in pivot_root() | Al Viro | 2011-03-18 | 1 | -11/+5 | |
| * | | | | | vfs: split off vfsmount-related parts of vfs_kern_mount() | Al Viro | 2011-03-17 | 3 | -122/+132 | |
| * | | | | | Some fixes for pstore | Tony Luck | 2011-03-17 | 1 | -60/+56 | |
| * | | | | | kill simple_set_mnt() | Al Viro | 2011-03-17 | 1 | -8/+0 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco... | Linus Torvalds | 2011-03-18 | 1 | -46/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | omfs: make readdir stop when filldir says so | Al Viro | 2011-03-05 | 1 | -2/+3 | |
| * | | | | | | omfs: merge unlink() and rmdir(), close leak in rename() | Al Viro | 2011-03-05 | 1 | -40/+13 | |
| * | | | | | | omfs: stop playing silly buggers with omfs_unlink() in ->rename() | Al Viro | 2011-03-05 | 1 | -4/+3 | |
| * | | | | | | omfs: rename() needs to mark old_inode dirty after ctime update | Al Viro | 2011-03-05 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2011-03-18 | 14 | -174/+447 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | UBIFS: clean-up commentaries | Artem Bityutskiy | 2011-03-16 | 1 | -3/+3 | |
| * | | | | | | | UBIFS: save 128KiB or more RAM | Artem Bityutskiy | 2011-03-16 | 2 | -11/+0 | |
| * | | | | | | | UBIFS: allocate orphans scan buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -1/+9 | |
| * | | | | | | | UBIFS: allocate lpt dump buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+18 | |
| * | | | | | | | UBIFS: allocate ltab checking buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+20 | |
| * | | | | | | | UBIFS: allocate scanning buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -6/+20 | |
| * | | | | | | | UBIFS: allocate dump buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -2/+13 | |
| * | | | | | | | UBIFS: do not check data crc by default | Artem Bityutskiy | 2011-03-11 | 1 | -0/+1 | |
| * | | | | | | | UBIFS: simplify UBIFS Kconfig menu | Artem Bityutskiy | 2011-03-11 | 3 | -37/+12 | |
| * | | | | | | | UBIFS: print max. index node size | Artem Bityutskiy | 2011-03-11 | 1 | -2/+2 | |
| * | | | | | | | UBIFS: handle allocation failures in UBIFS write path | Matthew L. Creech | 2011-03-11 | 3 | -6/+54 | |
| * | | | | | | | UBIFS: use max_write_size during recovery | Artem Bityutskiy | 2011-03-08 | 1 | -13/+10 | |
| * | | | | | | | UBIFS: use max_write_size for write-buffers | Artem Bityutskiy | 2011-03-08 | 1 | -44/+137 | |
| * | | | | | | | UBIFS: introduce write-buffer size field | Artem Bityutskiy | 2011-03-08 | 2 | -9/+21 | |
| * | | | | | | | UBI: incorporate LEB offset information | Artem Bityutskiy | 2011-03-08 | 2 | -0/+4 | |
| * | | | | | | | UBIFS: incorporate maximum write size | Artem Bityutskiy | 2011-03-08 | 2 | -0/+24 | |
| * | | | | | | | UBIFS: fix LEB number in printk | Artem Bityutskiy | 2011-02-08 | 1 | -1/+1 | |
| * | | | | | | | UBIFS: restrict world-writable debugfs files | Vasiliy Kulikov | 2011-02-06 | 1 | -3/+3 | |
| * | | | | | | | UBIFS: describe UBIFS recovery logic some more | Artem Bityutskiy | 2011-02-06 | 1 | -0/+21 | |
| * | | | | | | | UBIFS: remove double semicolon | Artem Bityutskiy | 2011-02-06 | 1 | -1/+1 | |
| * | | | | | | | UBIFS: do not start the commit if there is nothing to commit | Artem Bityutskiy | 2011-01-25 | 1 | -1/+57 | |
| * | | | | | | | UBIFS: introduce mounting flag | Artem Bityutskiy | 2011-01-17 | 4 | -19/+19 | |
| * | | | | | | | UBIFS: re-arrange variables in ubifs_info | Artem Bityutskiy | 2011-01-17 | 1 | -11/+11 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 9 | -18/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove one to many n's in a word | Justin P. Mattock | 2011-03-01 | 3 | -3/+3 | |
| * | | | | | | | | fs/eventpoll.c: fix spelling | Daniel Baluta | 2011-02-17 | 1 | -6/+6 | |
| * | | | | | | | | fs: update comments to point correct document | Namhyung Kim | 2011-02-17 | 1 | -2/+2 | |
| * | | | | | | | | ext4: fix comment typo uninitized | Paul Bolle | 2011-02-15 | 1 | -1/+1 | |
| * | | | | | | | | fuse/cuse: fix comment typo initilaization | Paul Bolle | 2011-02-15 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-02-15 | 244 | -5175/+8470 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ext4: Fix comment typo "especiially". | Tao Ma | 2011-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | Kill off warning: ‘inline’ is not at beginning of declaration | Jesper Juhl | 2011-01-19 | 1 | -1/+1 | |
| * | | | | | | | | | dio: fix typos in comments | Namhyung Kim | 2011-01-19 | 1 | -3/+3 | |
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2011-03-17 | 6 | -13/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'for_next' into for_linus | Jan Kara | 2011-03-17 | 6 | -13/+23 | |
| |\ \ \ \ \ \ \ \ \ \ |